-
Notifications
You must be signed in to change notification settings - Fork 495
refactor: rename RowIdTreeMap to RowAddrTreeMap #5266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d614f70 to
8911b12
Compare
4d5847e to
8ee0645
Compare
8ee0645 to
067240c
Compare
rust/lance-core/src/utils/mask.rs
Outdated
| /// A collection of row addresses and row ids(for stable row id mode, | ||
| /// and would split it into another structure). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments to describe a temporary solution. Will split the responsibility of the row ID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this sounds a bit confusing to me, what about:
/// A collection of row addresses.
///
/// Note: For stable row id mode, this may be split into a separate structure in the future.
|
Renaming some variables may not be thorough. Will recheck them when introducing a new collection for row ID. |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
1e348f4 to
06312eb
Compare
|
@jackye1995 addressed |
No description provided.